Kerry Back
A call option is the right to buy an asset at a pre-specified price.
A put option is the right to sell an asset at a pre-specified price.
The pre-specified price is called the exercise price or strike price.
\[\begin{cases} 0 & \text{if underlying < strike}\\ \text{underlying} - \text{strike} & \text{if underlying > strike} \end{cases} \]
\[\max(\text{underlying price}-\text{strike}, 0)\]
With strike = 50,
\[\begin{cases} \text{strike} - \text{underlying} & \text{if underlying < strike}\\ 0 & \text{if underlying > strike} \end{cases} \]
\[\max(\text{strike}-\text{underlying price}, 0)\]
With strike = 50,